home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.1 / slow.1 < prev    next >
Text File  |  1995-07-25  |  1KB  |  21 lines

  1. Usage: slow [-h] [-r<repeat>] [-b<blocksize>] [-l<lagtime>] <bps>[file ...]
  2. where <bps> is the number of blocks per second to print.
  3. If no filenames are given, stdin is read.
  4. Options:
  5. -b: Set the block size to <blocksize> characters.  The default is 1.
  6.     If 0 is given, the block size become the size of the entire file.
  7.     A block of characters is written at each interval (not neccessarily
  8.     in one write operation).
  9. -h: Print this help.
  10. -l<lagtime>: The maximum amount of time that slow will try to catch up on,
  11.     in milliseconds.  If slow oversleeps due to CPU load, being suspended,
  12.     etc., it tries to catch up by outputting a larger number of blocks
  13.     than normal.  If slow oversleeps more than <lagtime>, only <lagtime>'s
  14.     worth of blocks is output.  The default is 100 mS.  Use 0 to eliminate
  15.     the cap.  slow also tries to compensate for output lag due to input
  16.     throttling (input available at a lower rate than requested on output)
  17.     and output throttling (flow control, etc.).
  18. -r<repeat>: Output each file <repeat> times.  If <repeat> is 0, the first
  19.     file named is repeated indefinitely.  The program may be halted by
  20.     keyboard interrupt.
  21.